﻿
H2.agencyElement-H2 {
    -ms-name: "Heading 2";
}

H3.agencyElement-H3 {
    -ms-name: "Heading 3";
}

H4.agencyElement-H4 {
    -ms-name: "Heading 4";
}

H5.agencyElement-H5 {
    -ms-name: "Heading 5";
}

p.agencyElement-P {
    -ms-name: "Paragragh";
}
p.agencyElement-UL {
    -ms-name: "Bullet List";
}

div.agencyElement-alert-blue {
	-ms-name: "Blue Alert";
}
div.agencyElement-alert-yellow {
    -ms-name: "Yellow Alert";
}

div.agencyElement-alert-red {
    -ms-name: "Red Alert";
}

div.agencyElement-divpullright {
    -ms-name: "Pull Right";
}
blockquote.agencyElement-quote {
	-ms-name: "Quote";
}
.agencyPosition-1 {
    -ms-name: "Left";
    float: left;
}

.agencyPosition-2 {
    -ms-name: "Right";
    float: right;
}

.agencyPosition-3 {
    -ms-name: "Top";
    vertical-align: text-top;
}

.agencyPosition-4 {
    -ms-name: "Middle";
    vertical-align: middle;
}

.agencyPosition-5 {
    -ms-name: "Bottom";
    vertical-align: text-bottom;
}

.agencyImage-1 {
    -ms-name: "Image Circle";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.agencyImage-2 {
    -ms-name: "Image Polaroid";
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.agencyImage-3 {
    -ms-name: "Image Rounded";
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.agencyTable-1 {
    -ms-name: "Basic";
}

.agencyTable-2 {
    -ms-name: "Striped";
}

.agencyTable-3 {
    -ms-name: "Bordered";
    border: 1px solid #ddd;
}

.agencyTable-4 {
    -ms-name: "Hover";
}

.agencyTable-5 {
    -ms-name: "Condensed";
}

/* base styles for tables */
.agencyTable-1,
.agencyTable-2,
.agencyTable-3,
.agencyTable-4,
.agencyTable-5 {
    width: 100%;
    max-width: 100%;
}

    .agencyTable-1 th,
    .agencyTable-1 td,
    .agencyTable-2 th,
    .agencyTable-2 td,
    .agencyTable-3 th,
    .agencyTable-3 td,
    .agencyTable-4 th,
    .agencyTable-4 td,
    .agencyTable-5 th,
    .agencyTable-5 td {
        padding: 12px;
        line-height: 22px;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    /* .table-stiped */
    .agencyTable-2 > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    /* .table-bordered */
    .agencyTable-3 > tbody > tr > td,
    .agencyTable-3 > tbody > tr > th,
    .agencyTable-3 > tfoot > tr > td,
    .agencyTable-3 > tfoot > tr > th,
    .agencyTable-3 > thead > tr > td,
    .agencyTable-3 > thead > tr > th {
        border: 1px solid #ddd;
    }

    /* .table-hover */
    .agencyTable-4 > tbody > tr:hover {
        background-color: #f5f5f5;
    }

    /* .table-condensed */
    .agencyTable-5 > tbody > tr > td,
    .agencyTable-5 > tbody > tr > th,
    .agencyTable-5 > tfoot > tr > td,
    .agencyTable-5 > tfoot > tr > th,
    .agencyTable-5 > thead > tr > td,
    .agencyTable-5 > thead > tr > th {
        padding: 8px;
    }
